home *** CD-ROM | disk | FTP | other *** search
- -- background: 14320 from stack: in
- -- bmap block id: 14418
- -- flags: 0000
- -- background id: 0
- -- name: Elements
- ----- HyperTalk script -----
- on closecard
- hide field ElectronConfig
- end closecard
-
- on opencard
- repeat with x=10 to 12
- set scroll of fld x to 0
- end repeat
- end opencard
-
-
-
-
- -- part 6 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=96 top=311 right=342 bottom=136
- -- title width / last selected line: 0
- -- icon id / first selected line: 1141 / 1141
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Back to periodic
- ----- HyperTalk script -----
- on mouseUp
- visual effect dissolve
- set cursor to 4
- go to card ID 12855
- end mouseUp
-
-
-
-
-
- -- part 14 (field)
- -- low flags: 01
- -- high flags: 0002
- -- rect: left=32 top=50 right=83 bottom=88
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 21
- -- text size: 24
- -- style flags: 256
- -- line height: 32
- -- part name: Symbol
-
-
- -- part 22 (field)
- -- low flags: 01
- -- high flags: 0002
- -- rect: left=101 top=66 right=83 bottom=216
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 0
- -- text size: 12
- -- style flags: 8192
- -- line height: 16
- -- part name: Name
-
-
- -- part 15 (field)
- -- low flags: 01
- -- high flags: 0002
- -- rect: left=101 top=90 right=102 bottom=150
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name: atomic#
-
-
- -- part 17 (field)
- -- low flags: 01
- -- high flags: 0002
- -- rect: left=101 top=111 right=123 bottom=160
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name: mass
-
-
- -- part 29 (field)
- -- low flags: 01
- -- high flags: 0002
- -- rect: left=101 top=129 right=142 bottom=176
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name: radius
-
-
- -- part 18 (field)
- -- low flags: 01
- -- high flags: 0002
- -- rect: left=101 top=147 right=159 bottom=152
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name: density
-
-
- -- part 19 (field)
- -- low flags: 01
- -- high flags: 0002
- -- rect: left=101 top=164 right=176 bottom=152
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name: melting pt
-
-
- -- part 20 (field)
- -- low flags: 01
- -- high flags: 0002
- -- rect: left=101 top=181 right=193 bottom=153
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name: boiling pt
-
-
- -- part 21 (field)
- -- low flags: 01
- -- high flags: 0002
- -- rect: left=100 top=201 right=214 bottom=245
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name: ox#s
-
-
- -- part 16 (field)
- -- low flags: 01
- -- high flags: 0007
- -- rect: left=32 top=233 right=294 bottom=480
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name: Details
-
-
- -- part 23 (field)
- -- low flags: 01
- -- high flags: 0007
- -- rect: left=314 top=86 right=149 bottom=479
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name: Attributes
-
-
- -- part 24 (field)
- -- low flags: 01
- -- high flags: 0007
- -- rect: left=315 top=158 right=224 bottom=480
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name: Applications
-
-
- -- part 25 (button)
- -- low flags: 00
- -- high flags: 2004
- -- rect: left=314 top=50 right=84 bottom=356
- -- title width / last selected line: 0
- -- icon id / first selected line: 25768 / 25768
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Electron Configuration
- ----- HyperTalk script -----
- on mouseUp
- if the visible of fld Electronconfig is true then
- hide fld Electronconfig
- else
- show field Electronconfig
- end if
- end mouseUp
-
- on mousewithin
- set cursor to "closer look" --8538
- end mousewithin
-
-
-
- -- part 26 (field)
- -- low flags: 81
- -- high flags: 0004
- -- rect: left=161 top=86 right=158 bottom=491
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name: ElectronConfig
- ----- HyperTalk script -----
- on mouseup
- hide field Electronconfig
- end mouseup
-
-
-
- -- part 35 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=58 top=311 right=342 bottom=93
- -- title width / last selected line: 0
- -- icon id / first selected line: 24539 / 24539
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Home
- ----- HyperTalk script -----
- on mouseUp
- go home
- end mouseUp
-
-
-
- -- part 36 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=216 top=319 right=342 bottom=242
- -- title width / last selected line: 0
- -- icon id / first selected line: 1014 / 1014
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Prev
- ----- HyperTalk script -----
- on mouseUp
- visual effect wipe right
- go to prev card
- end mouseUp
-
-
-
- -- part 38 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=253 top=319 right=342 bottom=278
- -- title width / last selected line: 0
- -- icon id / first selected line: 1013 / 1013
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Next
- ----- HyperTalk script -----
- on mouseUp
- visual effect wipe left
- go to next card
- end mouseUp
-
-
-
- -- part 39 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=455 top=315 right=342 bottom=486
- -- title width / last selected line: 0
- -- icon id / first selected line: 1012 / 1012
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: next
- ----- HyperTalk script -----
- on mouseUp
- visual effect iris close
- go to first card
- end mouseUp
-
-
-
- -- part 40 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=142 top=311 right=342 bottom=174
- -- title width / last selected line: 0
- -- icon id / first selected line: 17400 / 17400
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Exercises
- ----- HyperTalk script -----
- on mouseUp
- visual effect dissolve
- go to card "Workbook"
- end mouseUp
-
-
-
- -- part 41 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=382 top=313 right=342 bottom=417
- -- title width / last selected line: 0
- -- icon id / first selected line: 5081 / 5081
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Print
- ----- HyperTalk script -----
- on mouseUp
- answer "Print Card or Report ?" with "Card" or "Report" or "Cancel"
- if it is "Cancel" then exit mouseup
- else
- if it is "Report" then domenu Print Report...
- else
- domenu Print Card
- end if
- end if
- end mouseUp
-
-
-
- -- part 43 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=420 top=316 right=342 bottom=453
- -- title width / last selected line: 0
- -- icon id / first selected line: 18417 / 18417
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: recent
- ----- HyperTalk script -----
- on mouseUp
- visual effect iris close
- go to recent card
- end mouseUp
-
-